home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / GraphicsWrap / Source / CmdComment.m < prev    next >
Text File  |  1991-09-16  |  238b  |  20 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import "CmdComment.h"
  5. #import "miscutil.h"
  6.  
  7. @implementation CmdComment
  8. - initComment:(char *)aComment
  9. {
  10.   [super init];
  11.   command=strdup(aComment);
  12.   return self;
  13. }
  14.  
  15. - doCmd
  16. {
  17.   return self;
  18. }
  19. @end
  20.